* make-docfile.c (write_globals): Change char * to char const *
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 25 Feb 2011 22:05:43 +0000 (14:05 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 25 Feb 2011 22:05:43 +0000 (14:05 -0800)
commit1e0a6ae0e85915780598deef421775271fc8b2ef
treea034226a3d94b745ffe87c097eca2db057dafc55
parent8aed79bad42c5341ff1e8af9bc90af08da14e143
* make-docfile.c (write_globals): Change char * to char const *

to avoid a GCC "assignment discards qualifiers" diagnostic
in some configurations.
lib-src/ChangeLog
lib-src/make-docfile.c